CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线性 编码

搜索资源列表

  1. lpc_basedon_matlab

    0下载:
  2. lpc线性预测编码的matlab实现。其中包含原始数据文件和合成语音文件。程序合理易懂。-linear predictive coding of lpc matlab implementation. Which contains the original data file and the synthesized voice files. Procedures reasonably easy to understand.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:251916
    • 提供者:张文文
  1. DPCM

    1下载:
  2. DPCM 图像的线性预测编码 有完整的运行界面使用简单-DPCM image of linear predictive coding to run a complete easy to use interface
  3. 所属分类:多媒体

    • 发布日期:2017-04-10
    • 文件大小:2845
    • 提供者:顾艳华
  1. voicesignal11

    0下载:
  2. 语音编码的线性预测系数,很全面哦,赶紧下载吧-Speech coding LPC coefficients, very comprehensive Oh, and quickly download it
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:193677
    • 提供者:苗杰
  1. multi-usermimo

    0下载:
  2. 多用户mimo的另一种线性预编码,区别于原有的迫零和最大信噪比发射-Another multi-user mimo linear pre-coding, different from the original force and maximum signal to noise ratio of zero emission
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:65470
    • 提供者:许丰艺
  1. CVPR09-ScSPM

    0下载:
  2. 基于稀疏编码和线性塔式匹配的图像分类算法。-This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification".
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:19136952
    • 提供者:sinoer
  1. melp_fxp

    1下载:
  2. 语音编码中的MELP方法的定点实现源码,混合激励线性预测方法。-speech coding methods of the sentinel MELP achieving source, mixed-excited linear prediction method.
  3. 所属分类:语音合成与识别

    • 发布日期:2013-12-16
    • 文件大小:165052
    • 提供者:程红
  1. LDPCBSN

    1下载:
  2. LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低, 结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域。LDPC码已成为第四代通信系统(4G) -LDPC codes BER simulation under AWGN channel.
  3. 所属分类:matlab

    • 发布日期:2016-11-21
    • 文件大小:8047
    • 提供者:天天
  1. MELP_m

    0下载:
  2. 语音混合编码melp(混合激励线性预测)算法的matlab实现-use matlab to implement melp
  3. 所属分类:Voice Compress

    • 发布日期:2017-05-02
    • 文件大小:624541
    • 提供者:申伟
  1. CRC

    0下载:
  2. 循环冗余校验,中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-Cyclic Redundancy Check, the Chinese name for the Cyclic Redundancy Check (code). It is important for a class of linear block codes, encoding and decoding method is simple, error
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-11-26
    • 文件大小:809
    • 提供者:lu xin
  1. LPc

    0下载:
  2. 线性预测编码器,基于线性预测模型的语音编码器。-Linear predictive coding, and models based on linear prediction voice coder.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:261908
    • 提供者:chen
  1. lpc

    0下载:
  2. lpc线性预测编码,合成与分析,在matlab中实现-lpc
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:161646
    • 提供者:陈超
  1. g729

    0下载:
  2. G.729算法采用“共轭结构代数码本激励线性预测编码方案”(CS-ACELP)算法。这种算法综合了波形编码和参数编码的优点,以自适应预测编码技术为基础,采用了矢量量化、合成分析和感觉加权等技术。-G.729 algorithm " Conjugate Structure Algebraic Code Excited Linear Prediction of the coding scheme" (CS-ACELP) algorithm. This algorithm combi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:865575
    • 提供者:12321323
  1. xianxingwangluobianma

    0下载:
  2. 线性网络编码网络编码经典英文论文提供下载啊-linearnetworkcoding
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:551584
    • 提供者:蒋乐
  1. CRC16Checke

    0下载:
  2. CRC16Checker码java实现 CRC校验的基本思想是利用线性编码理论,在发送端根据要传送的k位二进制码序列,以一定的规则产生一个校验用的监督码(既CRC码)r位,并附在信息后边,构成一个新的二进制码序列数共(k+r)位,最后发送出去。在接收端,则根据信息码和CRC码之间所遵循的规则进行检验,以确定传送中是否出错-Java code to achieve CRC16Checker
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1897
    • 提供者:萧赋
  1. mycrc

    0下载:
  2. 编写一程序验证CRC检错,利用线性编码理论,在发送端根据要传送的k 位二进制码序列,以一定的规则产生一个校验用的监督码(既CRC 码)r 位,并附在信息后边,构成一个新的二进制码序列数共(k+r)位,最后发送出去。在接收端,则根据信息码和CRC码之间所遵循的规则进行检验,以确定传送中是否出错。-Procedures for the preparation of a CRC error detection to verify the use of linear coding theory, in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:895
    • 提供者:bluerain
  1. lpc

    0下载:
  2. 用MATLAB对一wav音频信号进行线性编码,两种方法比较,源代码
  3. 所属分类:Audio program

    • 发布日期:2017-04-05
    • 文件大小:1695
    • 提供者:xl
  1. zf_mmse_junheng

    2下载:
  2. mimo下行的线性预编码,分别基于ZF准则和MMSE准则。-mimo downlink linear precoding, respectively, based on ZF criteria and MMSE criterion.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1411
    • 提供者:常鹏飞
  1. 89346515John.Wiley.and.Sons.Essentials.of.Error.Co

    0下载:
  2. 网络编码的提出彻底地改变了计算机通信网络中的信息处理方式,其研究结合了信息论、计算机通信网络、 组播技术、多用户信息论和图论等很多方面的知识。文中简要介绍了网络编码的基本原理,线性网络编码的基本概念及其发 展,并且提出一种实现线性网络编码的算法。-Its research involves the knowledge about information theory, computer communication networks, multicast technique, mul
  3. 所属分类:Document

    • 发布日期:2017-05-11
    • 文件大小:2501044
    • 提供者:景翠萍
  1. plugin-huang-part4

    0下载:
  2. 音频编码技术与标准介绍包括语音编码技术和音频编码技术 􀁺 PCM、ADPCM、SB-ADPCM、线性预测、CELP、ACELP 􀁺 心理声学模型、时频变换、窗切换、时域噪声整形、带宽扩展、立体声编 码、空间音频编码-Audio coding technology and standards introduced, including voice coding techniques, and audio coding technology ⣶
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-24
    • 文件大小:683983
    • 提供者:wuguizhou
  1. project_matlab

    0下载:
  2. Levison-Durbin 语音信号处理中的线性预测编码LPC 理论、格型滤波器以及求解现行预 测方程的算法,可以实现对语音信号重要元素的分析、合成甚至识别。 基于现有的实验平台,我们可以利用 Matlab 函数来获得几个固定语音元素(如元音) 的模型系数,LPC 得到的系数组成 IIR 滤波器。利用冲击脉冲 序列作为输入,我们就可以得到原来的语音。这是一种简单的语音合成功能。-Levison-Durbin speech signal processing in li
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2016-04-13
    • 文件大小:283853
    • 提供者:Ender Lee
« 1 23 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com